home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / gfx cards / wfmhcybergfx / install-english < prev    next >
Text File  |  1996-07-16  |  8KB  |  299 lines

  1. ;
  2. ;              wfmhcybergfx_r3d.library © 1995-1996 Miloslaw Smyk
  3. ;
  4. ;           ---------------------------------------------------------
  5. ;
  6. ;               ###    ###    #########  ###    ###    ###    ###
  7. ;               ###    ###    ###        ####  ####    ###    ###
  8. ;               ###    ###    ###        ### ## ###    ###    ###
  9. ;               ###    ###    ########   ### ## ###    ##########
  10. ;               ### ## ###    ########   ###    ###    ##########
  11. ;               ### ## ###    ###        ###    ###    ###    ###
  12. ;               ####  #### ## ###     ## ###    ### ## ###    ### ##
  13. ;               ###    ### ## ###     ## ###    ### ## ###    ### ##
  14. ;
  15. ;           ---------------------------------------------------------
  16. ;
  17. ;                       Mental Pictures Developed Here
  18. ;
  19. ;
  20. ;--------------------------------------------------------------------
  21. ;
  22. ; $VER: installer script for wfmhcybergfx_r3d.library v40.1 (14.04.96) © Miloslaw Smyk
  23.  
  24. (set _Version  40)
  25. (set _Revision 1)
  26. (set _Date "14.04.1996")
  27.  
  28. ;--------------------------------------------------------------------
  29.  
  30. (if (= @language "english")
  31.  (
  32.  (set _OSError (cat "\n\n\nwfmhcybergfx_r3d.library needs OS3.0+!"))
  33.  (set _LogHead (cat "Installation transcript of wfmhcybergfx_r3d.library...")) 
  34.  
  35.  (set #no-assign
  36.         (cat "It looks like you do not have R3D3: assigned. "
  37.              "It is standard assignment made during installation of Real3D, "
  38.              "and its nonexistence may suggest that you do not have Real3D present "
  39.              "on your hard-disk. If this is the case, please select \"Abort Install\" button. "
  40.              "Otherwise press \"Proceed\" button."
  41.         )
  42.  )
  43.  
  44.  (set #no-assign-novice
  45.         (cat "\nYour user level settings has been changed from NOVICE "
  46.                 "to AVERAGE, to let you make selections that are necessary if you proceed.\n\n"
  47.         )
  48.  )
  49.  
  50.  (set #where-lib (cat "Where do you wish to install the render library?\n(The default is \"R3D3:\")"))
  51.  (set #prompt-lib (cat "Copying the render library"))
  52.  (set #help-lib
  53.         (cat "The render library should be installed in the directory "
  54.               "where it can be easily accessed by Real3D. Standard list "
  55.               "of such places includes:\nR3D3: - the default assign created by Real3D "
  56.               "during installation,\nLIBS: - where most libraries are stored.\n\n"
  57.         )
  58.  )
  59.  
  60.  (set #where-key (cat "Where do you wish to install the keyfile?\n(The default is the same you've picked for the library)\nRemember that the keyfile has your name and address coded in, so DO NOT SPREAD IT!!!"))
  61.  (set #prompt-key (cat "Copying the keyfile"))
  62.  (set #help-key
  63.         (cat "The keyfile should be installed in the directory "
  64.               "where it can be easily accessed by render library. Standard list "
  65.               "of such places includes:\nR3D3: - the default assign created by Real3D "
  66.               "during installation,\nLIBS: - where most libraries are stored.\n"
  67.               "It can also be placed in the directory pointed to by "
  68.               "KEYPATH environmental variable. This way you are able to store "
  69.               "it on safe partition, accessible only by you.\n\n"
  70.         )
  71.  )
  72.  
  73.  (set #where-docs (cat "Where do you wish to install the documentation in AmigaGuide format?\n(The default is \"R3D3:Help/\")"))
  74.  (set #prompt-docs (cat "Copying the documentation"))
  75.  (set #help-docs
  76.         (cat "Please select directory to copy documentation to. "
  77.              "Suggested place is R3D3:Help/\n\n"
  78.         )
  79.  )
  80.  
  81.  (set #where-AFD (cat "Where do you wish to install AFD copyright note?\n(The default is \"R3D3:Help/\")"))
  82.  (set #prompt-AFD (cat "Copying the AFD-COPYRIGHT"))
  83.  (set #help-AFD
  84.         (cat "Please select directory to copy AFD-COPYRIGHT to. "
  85.              "This is Standard Copyright Note for Free Distributable Amiga Software. "
  86.              "Suggested place is R3D3:Help/\n\n"
  87.         )
  88.  )
  89.  
  90.  (set #where-Order (cat "Where do you wish to install the orderform?\n(The default is \"R3D3:Help/\")"))
  91.  (set #prompt-Order (cat "Copying the orderform"))
  92.  (set #help-Order
  93.         (cat "Please select directory to copy orderform to. "
  94.              "Print it and sent to me (together with cash :) ) to register. "
  95.              "Suggested place is R3D3:Help/\n\n"
  96.         )
  97.  )
  98.  
  99.  (set #where-img (cat "Where do you wish to install the sample image?\n(The default is \"R3D3:Images/\")"))
  100.  (set #prompt-img (cat "Copying the sample image"))
  101.  (set #help-img
  102.         (cat "An image that shows important differences between unregistered "
  103.             "and registered version of library is provided. You can choose "
  104.             "to store it on your hard-disk for viewing at a later date. "
  105.             "Suggested place is R3D3:Images/\n\n"
  106.         )
  107.  )
  108.  
  109.  (set #prefs-prompt (cat "Would you like to install sample prefs file?"))
  110.  (set #prefs-working (cat "Copying the sample prefs file"))
  111.  
  112.  (set #where-prj (cat "Where do you wish to install the example project?\n(The default is \"R3D3:Project/\")"))
  113.  (set #prompt-prj (cat "Copying the example project file"))
  114.  (set #help-prj
  115.         (cat "An example project file that demonstrates some of the features "
  116.             "of wfmhcybergfx_r3d.library is provided. You can choose to install it "
  117.             "on your hard-drive (preferably in R3D3:Projects/ directory.\n\n)"
  118.         )
  119.  )
  120.  
  121.  (set _Done1
  122.     (cat
  123.      "\nDone!\n"
  124.      "---------\n"
  125.      "Now you may run R3D3 on your Amiga\n"
  126.      "to enjoy this release.\n\n"
  127.      "To become master of\n"
  128.      "wfmhcybergfx_r3d.library\n"
  129.      "please carefully read the manual!\n\n"
  130.      "© 1995-1996 World Federation of Mad Hackers\n"
  131.      "© 1995-1996 Miloslaw Smyk"
  132.     )
  133.  )
  134.  (set _Done2
  135.     (cat
  136.      "\n\nFor more information, latest update\n"
  137.      "and the support files look at the\n"
  138.      "dedicated WWW page:\n\n"
  139.      "http://dedal.man.szczecin.pl/~thorgal/\n\n"
  140.      "Also, check our support BBS:\n\n"
  141.      "SilverDream!'s BBS:  +48 (0)91 540431  (non-stop)"
  142.     )
  143.  )
  144.  
  145.  (set #docs-read (cat "Please acquintance yourself with the documentation."))
  146.  
  147.  )
  148. )
  149.  
  150.  
  151. ;--------------------------------------------------------------------
  152.  
  153. (set OS_Version (/ (getversion "exec.library" (resident)) 65536))
  154. (if (< OS_Version 39) (abort _OSError))
  155.  
  156. (complete 0)
  157.  
  158. (transcript _LogHead)
  159.  
  160.  
  161. (complete 0)
  162.  
  163. (if (< (exists ("r3d3:" (noreq) )) 2)
  164. (
  165.     (if (= @user-level 0)
  166.     (
  167.         (user 1)    ;bump NOVICE user to AVERAGE
  168.         (set #no-assign (cat #no-assign #no-assign-novice))
  169.     )
  170.     )
  171.     (message #no-assign)
  172. )
  173. )
  174.  
  175. (set name
  176.     (askdir(prompt #where-lib)
  177.         (default "R3D3:")
  178.         (help #help-lib @askdir-help)
  179.     )
  180. )
  181.  
  182. (set @default-dest name)
  183.  
  184. (copylib
  185.     (prompt #prompt-lib)
  186.     (source "wfmhcybergfx_r3d.library")
  187.     (dest name)
  188.     (confirm)
  189.     (help @copylib-help)
  190. )
  191.  
  192. (complete 20)
  193.  
  194. (if (= (exists "wfmhcybergfx_key.library" (noreq)) 1)
  195.     (copyfiles
  196.         (prompt #prompt-key)
  197.         (source "wfmhcybergfx_key.library")
  198.         (dest    (askdir
  199.                     (prompt #where-key)
  200.                     (default name)
  201.                     (help #help-key @askdir-help)
  202.                 )
  203.         )
  204.         (help @copyfiles-help)
  205.     )
  206. )
  207. (complete 40)
  208.  
  209. (copyfiles
  210.    (prompt #prompt-docs)
  211.     (source "wfmhcybergfx_r3d.guide")
  212.     (dest "R3D3:help/")
  213.     (confirm)
  214.     (infos)
  215.     (help #help-docs @copyfiles-help)
  216. )
  217.  
  218. (complete 45)
  219.  
  220. (copyfiles
  221.    (prompt #prompt-AFD)
  222.     (source "AFD-COPYRIGHT")
  223.     (dest "R3D3:help/")
  224.     (confirm)
  225.     (infos)
  226.     (help #help-AFD @copyfiles-help)
  227. )
  228.  
  229. (complete 50)
  230.  
  231. (copyfiles
  232.    (prompt #prompt-Order)
  233.     (source "Orderform")
  234.     (dest "R3D3:help/")
  235.     (confirm)
  236.     (infos)
  237.     (help #help-Order @copyfiles-help)
  238. )
  239.  
  240. (complete 55)
  241.  
  242. (copyfiles
  243.     (prompt #prompt-img)
  244.     (source "wfmhcybergfx_r3d.jpeg")
  245.     (dest "R3D3:Images/")
  246.     (confirm)
  247.     (infos)
  248.     (help #help-img @copyfiles-help)
  249. )
  250.  
  251. (complete 60)
  252.  
  253. (if
  254.     (askbool
  255.         (prompt #prefs-prompt)
  256.         (help @askchoice-help))
  257.     (    
  258.     (copyfiles
  259.         (prompt #prefs-working)
  260.         (source "wfmhcybergfx_r3d.prefs")
  261.         (dest "ENVARC:")
  262.         (help @copyfiles-help)
  263.     )
  264.     (complete 70)
  265.  
  266.     (copyfiles
  267.         (prompt #prefs-working)
  268.         (source "wfmhcybergfx_r3d.prefs")
  269.         (dest "ENV:")
  270.         (help @copyfiles-help)
  271.     )
  272.     )
  273. )
  274. (complete 80)
  275.  
  276. (copyfiles
  277.     (prompt #prompt-prj)
  278.     (source "wfmhcybergfx.prj")
  279.     (dest "R3D3:Projects/")
  280.     (confirm)
  281.     (infos) (help #help-prj @copyfiles-help)
  282. )
  283.  
  284. (complete 90)
  285.  
  286. ;********************
  287.  
  288. (message _Done1)
  289.  
  290. (complete 95)
  291.  
  292. (message _Done2)
  293.  
  294. (complete 100)
  295. (working #docs-read)
  296. (run "run <>NIL: SYS:Utilities/Multiview wfmhcybergfx_r3d.guide")
  297.  
  298. (exit (QUIET))
  299.